home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcc / v05n02 / batspt.doc < prev    next >
Text File  |  1992-01-14  |  776b  |  23 lines

  1. PC/Computing                    February 1992
  2.  
  3.  
  4. BATSPLIT allows you to combine all your batch files into
  5. a single file and run them with BATSPLIT, saving you disk
  6. space.  Edit your batch files as described in the example
  7. on page 302.  Add the following two lines before your
  8. path statement in your AUTOEXEC.BAT file:
  9.  
  10.     MD D:\BATCH
  11.     C:\DOS\QBASIC /RUN BATSPLIT
  12.  
  13. These lines ensure that whenever you boot up, the 
  14. individual batch files from BATFILES will load into D:\BATCH.
  15. Since they're up in the RAM disk (this assumes you've set up
  16. a RAM disk), they execute faster and don't use any extra
  17. hard disk space.
  18.  
  19. Read the article carefully to ensure you've got your batch
  20. files edited properly.  Substitute your default drive for the
  21. RAM disk drive if you don't use one.
  22.  
  23.